# Ubuntu Human Remixed 1.1
#
# Thanks Kim Kahns ( http://kims-area.com )
#

include "Panels.rc"
include "Scrollbars.rc"

gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=24,24" 


style "default"
{
	GtkButton::child-displacement-x = 1
	GtkButton::child-displacement-y = 1
	GtkButton::default-border = { 0, 0, 0, 0 }
	GtkCheckButton::indicator-size = 12
	GtkRadioButton::indicator-size = 12
	GtkPaned::handle-size = 4
	GtkRange::trough-border = 0
	GtkRange::slider-width = 14
	GtkRange::stepper-size = 14
	GtkScale::slider-length =24
	GtkScale::trough-side-details = 0
	GtkScrollbar::min-slider-length = 30
	GtkScrolledWindow::scrollbar-spacing = 1
	GtkScrolledWindow::scrollbars-within-bevel  = 0
	GtkMenuBar::internal-padding = 0
	GtkExpander::expander-size = 16
	GtkToolbar::internal-padding = 0
	GtkTreeView::expander-size = 14
	GtkTreeView::vertical-separator = 1
	GtkMenu::horizontal-padding = 0
	GtkMenu::vertical-padding = 4
	WnckTasklist::fade-overlay-rect = 0
	GtkToolbar::space-size = 10
	GtkDialog::action-area-border = 2
	GtkDialog::button-spacing = 3
	GtkDialog::content-area-border = 1

	xthickness = 2
	ythickness = 2

	fg[NORMAL]        = "#000000"
	fg[PRELIGHT]      = "#000000"
	fg[SELECTED]      = "#000000"
	fg[ACTIVE]        = "#000000"
	fg[INSENSITIVE]   = darker ("#ECE2D7")

	bg[NORMAL]        = "#ECE2D7"
	bg[PRELIGHT]      = shade (1.02, "#ECE2D7")
	bg[SELECTED]	  = "#FFA44B"
	bg[INSENSITIVE]   = "#ECE2D7"
	bg[ACTIVE]        = shade (0.9, "#ECE2D7")

	base[NORMAL]      = "#ffffff"
	base[PRELIGHT]    = shade (0.95, "#ECE2D7")
	base[ACTIVE]      = shade (0.9, "#BF9D7C")
	base[SELECTED]    = "#D9A777"
	base[INSENSITIVE] = "#ECE2D7"

	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[SELECTED]    = "#000000"
	text[INSENSITIVE] = darker ("#ECE2D7")

	engine "pixmap"
	{
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/v1.png"
		overlay_stretch		= TRUE
		orientation			= HORIZONTAL
	}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/h1.png"
		overlay_stretch		= TRUE
		orientation			= VERTICAL
	}
	image
	{
		function			= VLINE
		recolorable		= TRUE
		file				= "others/line-v.png"
		border			= { 0, 0, 0, 0 }
		stretch			= TRUE
	}
	image
	{
		function			= HLINE
		recolorable		= TRUE
		file				= "others/line-h.png"
		border			= { 0, 0, 0, 0 }
		stretch			= TRUE
	}
	image
	{
		function			= SHADOW
		shadow			= IN
		recolorable		= FALSE
		file				= "Shadows/frame2.png"
		border			= { 2, 2, 2, 2 }
		stretch			= TRUE
	}
	image
	{
		function			= SHADOW
		shadow			= OUT
		recolorable		= TRUE
		file				= "Shadows/frame2.png"
		border			= { 2, 2, 2, 2 }
		stretch			= TRUE
	}
	image
	{
		function			= SHADOW
		shadow			= ETCHED_IN
		recolorable		= TRUE
		file				= "Shadows/frame2.png"				
		border			= { 2, 2, 2, 2 }
		stretch			= TRUE
	}
	image
	{
		function			= SHADOW
		shadow			= ETCHED_OUT
		recolorable		= TRUE
		file				= "Shadows/frame2.png"
		border			= { 2, 2, 2, 2 }
		stretch			= TRUE
	}
	}
}
class "GtkWidget"    style "default"

style "button"
{
	xthickness = 2
	ythickness = 3

	engine "pixmap"
	{
	image
	{
		    function			= BOX
		    detail			= "buttondefault"
		    recolorable		= TRUE
		    file			= "Buttons/button-normal.png"
		    border			= { 5,5,5,5 }
		    stretch			= TRUE
	}
	image
	{
		function			= BOX
		state				= PRELIGHT
		recolorable		= TRUE
		file				= "Buttons/button-hover.png"
		border			= { 5,5,5,5 }
		stretch			= TRUE
	}
	image
	{
		function			= BOX
		state				= ACTIVE
		file				= "Buttons/button-active.png"
		border			= { 5,5,6,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		state				= INSENSITIVE
		file				= "Buttons/button-off.png"
		border			= { 5,5,5,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		file				= "Buttons/button-normal.png"
		border			= { 5,5,5,5 }
		stretch			= TRUE
	}	
	}
}
class "GtkButton" style "button"
class "GtkToggleButton" style "button"
class "GtkToolButton" style "button"


style "combo" = "default"
{
	xthickness = 2
	ythickness = 3

	engine "pixmap" 
	{
	image 
	{
		function			= BOX
		recolorable		= TRUE
		state				= NORMAL
		file				= "Combo/combo-normal.png"
		border			= {  5,5,5,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		state				= PRELIGHT
		recolorable		= TRUE
		file				= "Combo/combo-hover.png"
		border			= {  5,5,5,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		recolorable		= TRUE
		state				= SELECTED
		file				= "Combo/combo-active.png"
		border			= { 5,5,6,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		recolorable		= TRUE
		state				= ACTIVE
		file				= "Combo/combo-active.png"
		border			= { 5,5,5,5 }
		stretch			= TRUE
	}
	image 
	{
		function			= BOX
		recolorable		= TRUE
		state				= INSENSITIVE
		file				= "Combo/combo-off.png"
		border			= {  5,5,5,5 }
		stretch			= TRUE
	}
	}
}
widget_class "*GtkComboBox*"      style "button"
widget_class "*.<GtkComboBox>."   style "button"
widget_class "*GtkComboBoxEntry*"      style "combo"



style "menu-item"
{
	xthickness = 2
	ythickness = 3

	engine "pixmap"
	{
	image
	{
		function 			= BOX
		recolorable 		= TRUE
		file				= "Menu-Menubar/menuitem.png"
		border 			= { 1, 1, 2, 2 }
		stretch 			= TRUE
	}
	image 
	{
		function			= HLINE
	 	recolorable		= TRUE
	 	file				= "Menu-Menubar/menu_separator.png"
		border			= { 0, 0, 1, 0 }
		stretch			= TRUE
	}
	}
}
widget_class "*<GtkMenuItem>*"	style "menu-item"




style "treeview-header"
{
	xthickness = 1
	ythickness = 0

	engine "pixmap" 
	{
	image
	{
		function			= BOX
		recolorable		= TRUE
		shadow			= OUT
		state				= NORMAL
		file				= "ListHeaders/list_header.png"
		border			= { 0, 1, 3, 3 }
		stretch			= TRUE
	}
	image
	{
		function			= BOX
		recolorable		= TRUE
		state				= PRELIGHT
		file				= "ListHeaders/list_header-prelight.png"
		border			= { 0, 0, 3, 3 }
		stretch			= TRUE
	}
	image
	{
		function			= BOX
		recolorable		= TRUE
		state				= ACTIVE
		file				= "ListHeaders/list_header-pressed.png"
		border			= { 0, 0, 3, 3 }
		stretch			= TRUE
	}
	image
	{
		function			= BOX
		recolorable		= TRUE
		state				= SELECTED
		file				= "ListHeaders/list_header-prelight.png"
		border			= {0, 0, 3, 3 }
		stretch			= TRUE
	}
	}
}
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"    style "treeview-header"
widget_class "*.<GtkList>.<GtkButton>"     style "treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"    style "treeview-header"

widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"



style "frame-title"
{
	fg[NORMAL] = lighter ("#000000")
}
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"



style "tooltips"
{
	xthickness = 6
	ythickness = 6

	bg[NORMAL] = "#F9F5C8"
	fg[NORMAL] = "#000000"
}
widget "gtk-tooltip*" style "tooltips"



style "progressbar"
{
	xthickness = 0
	ythickness = 0

	fg[PRELIGHT] = "#000000"

	engine "murrine" 
	{
	roundness = 0
	}
}
widget_class "*<GtkProgressBar>" style "progressbar"



style "murrine"
{
	bg[NORMAL] = "#E4DAD1"

	engine "murrine" 
	{
	roundness = 5
	glazestyle = 0
	contrast	= 1.0
	}
}
style "murrine-sq"
{
	bg[NORMAL] = "#E4DAD1"

	engine "murrine" 
	{
	roundness = 0
	glazestyle = 0
	contrast	= 1.0
	}
}
class "GtkRange"				style "murrine"
class "GtkSpinButton"  			style "murrine-sq"
class "GtkCheckButton"     			style "murrine"
class "GtkRadioButton"     			style "murrine"
class "GtkRadioMenuItem"    		style "murrine"
class "GtkCheckMenuItem"   		style "murrine"



style "nautilus-location" 
{
	bg[NORMAL] = mix(0.60, shade (1.05,"#ECE2D7"), "#FFA44B")
}
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"



style "menu" = "default"
{
	xthickness = 0
	ythickness = 4

	engine "pixmap"
	{
	image
	{
		function 			= BOX
		recolorable 		= TRUE
		detail 			= "menu"
		file 				= "Menu-Menubar/menu.png"
		border 			= { 2, 2, 2, 2 }
		stretch 			= TRUE
	}
	}
}
class "GtkMenu" style "menu"



style "toolbar"
{
	engine "pixmap"
	{
	image
	{
		function			= BOX
		state				= NORMAL
		file 				= "others/toolbar.png"
		border			= { 0, 0, 3,3}
		stretch			= TRUE
    	}
	image
	{
		function 			= BOX
		state 			= INSENSITIVE
		file 				= "others/toolbar.png"
		border			= { 0, 0, 3,3}
		stretch			= TRUE
	}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/v2.png"
		overlay_stretch		= TRUE
		orientation			= HORIZONTAL
	}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/h2.png"
		overlay_stretch		= TRUE
		orientation			= VERTICAL
	}
 	}
}
class "GtkToolbar"   style "toolbar" 
class "*BonoboDockItem" style "toolbar"
widget_class "*BonoboDockItem" style "toolbar"
class "*HandleBox" style "toolbar"
widget_class "*HandleBox" style "toolbar"
class "*Toolbar" style "toolbar"
widget_class "*Toolbar" style "toolbar"

style "menubar"		
{
	xthickness = 0
	ythickness = 2

	engine "pixmap"
	{
	image
	{
		function 			= BOX
		state 			= NORMAL
		file 				= "others/menubar.png"
		border			= { 0, 0, 6, 6}
		stretch			= TRUE
    	}
	image
	{
		function 			= BOX
		state 			= INSENSITIVE
		file 				= "others/menubar.png"
		border			= { 0, 0, 6, 6}
		stretch			= TRUE
	}
	}
}
class "GtkMenuBar" 		        style "menubar"


style "statusbar" = "default"
{
	GtkStatusbar::shadow_type = GTK_SHADOW_NONE

	xthickness = 4
	ythickness = 4

	engine "pixmap"
	{
	image
	{
	     	function		= RESIZE_GRIP
		recolorable	= TRUE
		detail		= "statusbar"
		overlay_file	= "others/resize_grip.png"
		overlay_border	= {1,1,1,1 }
		overlay_stretch	= FALSE
	}
	}
}
widget_class "*<GtkStatusbar>*"  			style "statusbar"



style "TreeView"
{
	GtkTreeView::allow-rules          = 1
	GtkTreeView::even-row-color       = "#ffffff"
	GtkTreeView::grid-line-pattern    = "\0\1" 
	GtkTreeView::grid-line-width      = 1
	GtkTreeView::odd-row-color        = "#E4F0F7"
	GtkTreeView::tree-line-pattern    =  "\0\1" 
	GtkTreeView::tree-line-width      = 1

	bg[NORMAL]      = "#ECE2D7"
	bg[PRELIGHT]    = "#ECE2D7"
	bg[ACTIVE]      = "#FFA44B"
	bg[SELECTED]    = "#FFA44B"
	bg[INSENSITIVE] = "#ECE2D7"

	fg[NORMAL] = "#444444"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#000000"
	fg[SELECTED]    = "#000000"
	fg[INSENSITIVE] = "#eeeeee"

	text[NORMAL] = "#444444"
	text[PRELIGHT]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[SELECTED]    = "#000000"
	text[INSENSITIVE] = "#eeeeee"

	engine "pixmap"
	{
	image
	{
		function 			= FLAT_BOX
		state    			= SELECTED
		border			= {0,0,2,2}
		file				= "Tree/selected.png"
	}
	}
}
class "GtkTreeView" style "TreeView"
widget_class "*GtkCTree*" style "TreeView"
widget_class "*GtkList*" style "TreeView"
widget_class "*GtkCList*" style "TreeView"
widget_class "*.ETree.*" style "TreeView"




style "notebook"
{
	GtkNotebook::tab-overlap = 3

	bg[NORMAL]        = "#DDD3C9"
	bg[PRELIGHT]      = "#DDD3C9"
	bg[SELECTED]	  = "#DDD3C9"
	bg[INSENSITIVE]   = "#DDD3C9"
	bg[ACTIVE]        = "#DDD3C9"

	xthickness = 4
	ythickness = 2

  engine "pixmap" 
    {
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs/tab-bottom.png"
	border			= { 4,4,4,4}
	stretch			= TRUE
	gap_side			= TOP
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs/tab-top.png"
	border			= {  4,4,4,4}
	stretch			= TRUE
	gap_side			= BOTTOM
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs/tab-left.png"
	border			= {  4,4,4,4}
	stretch			= TRUE
	gap_side			= RIGHT
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs/tab-right.png"
	border			= { 4,4,4,4}
	stretch			= TRUE
	gap_side			= LEFT
      }	
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs/tab-top-active.png"
	border			= { 4,4,4,4}
	stretch			= TRUE
	gap_side			= BOTTOM
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs/tab-bottom-active.png"
	border			= { 4,4,4,4}
	stretch			= TRUE
	gap_side			= TOP
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs/tab-left-active.png"
	border			= {  4,4,4,4}
	stretch			= TRUE
	gap_side			= RIGHT
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs/tab-right-active.png"
	border			= {  4,4,4,4}
	stretch			= TRUE
	gap_side			= LEFT
      }




    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs/notebook-top.png" 
	border			= { 6, 6, 6, 6 }
	stretch			= TRUE
	gap_file			= "Tabs/null2.png"
	gap_border     		= { 6, 6, 6, 6 }
	gap_start_file		= "Tabs/null2l.png"
	gap_start_border	= { 6, 6, 6, 6 }
	gap_end_file		= "Tabs/null2r.png"
	gap_end_border		= { 6, 6, 6, 6 }
	gap_side			= TOP
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs/notebook-bottom.png"
	border			= { 6, 6, 6, 6 }
	stretch			= TRUE
	gap_file			= "Tabs/null3.png"
	gap_border		= { 6, 6, 6, 6  }
	gap_start_file		= "Tabs/null3l.png"
	gap_start_border	= { 6, 6, 6, 6 }
	gap_end_file		= "Tabs/null3r.png"
	gap_end_border		= { 6, 6, 6, 6 }
	gap_side			= BOTTOM
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs/notebook-left.png"
	border			= { 6, 6, 6, 6 }
	stretch			= TRUE
	gap_file			= "Tabs/null4.png"
	gap_border		= { 6, 6, 6, 6  }
	gap_start_file		= "Tabs/null4l.png"
	gap_start_border	= {6, 6, 6, 6 }
	gap_end_file		= "Tabs/null4r.png"
	gap_end_border		= { 6, 6, 6, 6 }
	gap_side			= LEFT
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs/notebook-right.png" 
	border			= { 6, 6, 6, 6 }
	stretch			= TRUE
	gap_file			= "Tabs/null5.png"
	gap_border		= {  6, 6, 6, 6  }
	gap_start_file		= "Tabs/null5l.png"
	gap_start_border	= { 6, 6, 6, 6 }
	gap_end_file		= "Tabs/null5r.png"
	gap_end_border		= { 6, 6, 6, 6 }
	gap_side			= RIGHT
      }
    image 
      {
        function			= BOX
	recolorable		= TRUE
	file				= "Tabs/notebook-top.png"
	border			= { 6,6,6,6 }
	stretch			= TRUE
      }
  }
}
class "GtkNotebook"      			style "notebook"
style "notebookbg"
{
	bg[NORMAL]        = "#DDD3C9"

}
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebookbg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebookbg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebookbg"
widget_class "*<GtkNotebook>*<GtkWidget>"       style "notebookbg"



style "frame" 
{
	engine "pixmap"
	{
    image
    {
      function			= SHADOW
      shadow			= IN
      recolorable		= FALSE
       file				= "Shadows/frame.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= OUT
       recolorable		= TRUE
       file				= "Shadows/frame.png"
      border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }

    image
    {
       function			= SHADOW
       shadow			= ETCHED_IN
       recolorable		= TRUE
       file				= "Shadows/frame.png"				
      border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= NONE
       recolorable		= TRUE
       file				= "Shadows/frame1.png"				
      border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_OUT
       recolorable		= TRUE
       file				= "Shadows/frame.png"
      border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW_GAP
       recolorable		= TRUE
       file				= "Shadows/frame.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
       gap_start_file	= "Shadows/frame-start.png"
       gap_start_border	= { 2, 2, 2, 2 }
       gap_end_file		= "Shadows/frame-end.png"
       gap_end_border	= { 1, 1, 2, 1 }
       gap_side			= TOP
    }
    }
}
class "GtkFrame" style "frame"


style "entry" = "default"
{
	xthickness = 3
	ythickness = 3

	GtkWidget::interior_focus	= 0

	engine "pixmap"
	{
	image
	{
      function			= FOCUS
      recolorable			= TRUE
      file				= "Shadows/entry-in.png"
      border			= { 4,4,4,4 }
      stretch			= TRUE
	}	
	image
	{
      function			= BOX
      recolorable			= TRUE
	shadow			= IN
      state				= NORMAL
      file				= "Shadows/entry.png"
      border			= { 1,1,6,1 }
      stretch			= TRUE
	}
	image
	{
      function			= BOX
      recolorable			= TRUE
	shadow			= OUT
      state				= NORMAL
      file				= "Shadows/entry.png"
      border			= { 1,1,6,1 }
      stretch			= TRUE
	}
	image
	{
     function		= SHADOW
     detail			= "entry"
     shadow			= IN
     recolorable		= FALSE
     file			= "Shadows/entry.png"
     border			= { 1,1,6,1 }
     stretch		= TRUE
	}
	}
}
class "GtkEntry"					style "entry"
#class "GtkText"					style "entry"
#class "GtkTextView"				style "entry"
class "GtkEditable"				style "entry"
#class "GtkOldEditable" 			style "entry"

style "entry-noframe"
{
	xthickness = 0
	ythickness = 0

	engine "pixmap"
	{
	image
	{
      function			= FOCUS
      recolorable			= TRUE
      file				= "Shadows/null.png"
      border			= { 1,1,1,1 }
      stretch			= TRUE
	}	
	image
	{
      function			= BOX
      recolorable			= TRUE
	shadow			= IN
      state				= NORMAL
      file				= "Shadows/null.png"
      border			= { 1,1,1,1 }
      stretch			= TRUE
	}
	image
	{
      function			= BOX
      recolorable			= TRUE
	shadow			= OUT
      state				= NORMAL
      file				= "Shadows/null.png"
      border			= { 1,1,1,1 }
      stretch			= TRUE
	}
	image
	{
     function		= SHADOW
     detail			= "entry"
     shadow			= IN
     recolorable		= FALSE
     file			= "Shadows/null.png"
     border			= { 1,1,1,1 }
     stretch		= TRUE
	}
	}
}
class "GtkTextView"				style "entry-noframe"
class "GtkText"					style "entry-noframe"

### Tweaks for Nautilus ###

style "nautilus-frame"
{
	engine "pixmap"
	{
    image
    {
      function			= SHADOW
      shadow			= IN
      recolorable		= FALSE
       file				= "Shadows/frame1.png"
      border			= { 0, 0, 0, 0 }
      stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= OUT
       recolorable		= TRUE
       file				= "Shadows/frame1.png"
      border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_IN
       recolorable		= TRUE
       file				= "Shadows/frame1.png"				
      border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= NONE
       recolorable		= TRUE
       file				= "Shadows/framenone.png"				
      border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_OUT
       recolorable		= TRUE
       file				= "Shadows/frame1.png"
      border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }
    }
}
widget_class "*Nautilus*GtkFrame" style "nautilus-frame"

style "nautilus-handle"
{
	GtkPaned::handle-size = 6

	engine "pixmap"
	{
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/v2.png"
		overlay_stretch		= TRUE
		orientation			= HORIZONTAL
	}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "others/h1-nau.png"
		overlay_stretch		= TRUE
		orientation			= VERTICAL
	}
    }
}
class "*Nautilus*" style "nautilus-handle"


